home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Palm Utilities
/
Palm_Utilities_CD-ROM_2001_2001.iso
/
files
/
pim
/
Hot Date 1.3e
/
hotdate.exe
/
hotdate
/
start.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-10-06
|
265 b
|
13 lines
/*
* This is part of a technique to allow more than 32K code segment size with
* gcc. As described by:
* http://www.geocities.com/SiliconValley/Lab/9981/gcctech.htm
*/
extern unsigned long start();
unsigned long myStart()
{
return start();
}